Move it from GdkDisplayManagerX11.init to GdkDisplay.class_init.
This shouldn't cause any problems, but who knows, so keep this patch
small.
Reason for this is the unification of display managers.
display_class->convert_selection = _gdk_x11_display_convert_selection;
display_class->text_property_to_utf8_list = _gdk_x11_display_text_property_to_utf8_list;
display_class->utf8_to_string_target = _gdk_x11_display_utf8_to_string_target;
+
+ _gdk_x11_windowing_init ();
}
static void
gdk_x11_display_manager_init (GdkX11DisplayManager *manager)
{
- _gdk_x11_windowing_init ();
}
static void